home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 2: Applications / Linux Cubed Series 2 - Applications.iso / math / graphs / graphed-.1 / graphed- / usr / local / graphed / include / sgraph / graphed.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-07-10  |  251 b   |  13 lines

  1. /* (C) Universitaet Passau 1986-1994 */
  2. /* Sgraph Source, 1988-1994 by Michael Himsolt */
  3.  
  4.  
  5. #ifndef GRAPHED_H
  6. #define GRAPHED_H
  7.  
  8. #include <sgraph/graphed_structures.h>
  9. #include <sgraph/sgraph_interface.h>
  10. #include <sgraph/sgragra_interface.h>
  11.  
  12. #endif
  13.